dundas.transfer.ExportConfig Class

 

Inheritance Hierarchy

 
Class
   dundas.transfer.ExportConfig
 

Constructors

 
  Name Description
init Initializes the ExportConfig. Called during construction.
 
 

Properties

 
  Name Description
accountIds Gets or sets the list of exported account IDs.
appSettingTransferSpecs Gets or sets the list of exported app setting transfer specs.
entityTransferVersionPolicy Gets or sets the Entity Transfer Version Policy.
fileSystemEntryIds Gets or sets the list of exported file system entry IDs.
groupIds Gets or sets the list of exported group IDs.
id Gets or sets the ID.
includeAllAccounts Gets or sets a value indicating whether all the accounts shall be included in the export file.
includeAllAppSettings Gets or sets a value indicating whether all app settings shall be included in the export file.
includeAllGroups Gets or sets a value indicating whether all the groups shall be included in the export file.
includeAllTenants Gets or sets a value indicating whether all the tenants shall be included in the export file.
includeContextualData Gets or sets the include contextual data flag.
includeCubeData Gets or sets the include cube data flag.
includeCustomAttributes Gets or sets a value indicating whether all the custom attributes shall be included in the export file.
includeGroupMemberships Gets or sets a value indicating whether the group membership of accounts and groups shall be included in the export file.
includeReferencedItems Gets or sets a value indicating whether the items which are referenced to the export items shall be included in the export file.
includeResourceData Gets or sets the include resource data flag.
includeTokens Gets or sets a value indicating whether the global tokens and the tokens associated with the exporting accounts or projects shall be included in the export file.
includeUserProjects Gets or sets a value indicating whether user project should be included in the export file.
name Gets or sets the name.
tenantIds Gets or sets the list of exported tenant IDs.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.